home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / docs / vbz01 / meta.bas < prev    next >
Encoding:
BASIC Source File  |  1993-02-26  |  111 b   |  10 lines

  1. DefInt A-Z
  2.  
  3. Type rect
  4.  left As Integer
  5.  top As Integer
  6.  right As Integer
  7.  bottom As Integer
  8. End Type
  9.  
  10.